home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib7
/
v_09_02
/
9n02120a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
313 b
|
8 lines
VAR( int, foo ); /* simple variable */
INIT( WORD, bar, 5 ); /* init variable */
INIT( BYTE, aaa[5], { 1,2,3,4,5});
/* init array */
TBL( BYTE, tbl[], table.h); /* init table */